records

records

Active filters Clear all

No active filters

Filters

Rain Forecast - BOM API

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
rain_expected
               

No description available for this field.

Name (identifier)
rain_expected
Type
integer
Sample
                       
rain_chance
               

No description available for this field.

Name (identifier)
rain_chance
Type
integer
Sample
                       
sunrise
               

No description available for this field.

Name (identifier)
sunrise
Type
datetime
Sample
                       
sunset
               

No description available for this field.

Name (identifier)
sunset
Type
datetime
Sample
                       
additional_info
               

No description available for this field.

Name (identifier)
additional_info
Type
text
Sample
                       
additional_info_split
               

No description available for this field.

Name (identifier)
additional_info_split
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"rain-forecast-bom-api",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/rain-forecast-bom-api"
      }
    ]
    ,
  • "definitions":
    {
    • "rain-forecast-bom-api":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/rain-forecast-bom-api_records"
            }
          }
        }
      }
      ,
    • "rain-forecast-bom-api_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "rain_expected":
              {
              • "type":"integer",
              • "title":"rain_expected",
              • "description":""
              }
              ,
            • "rain_chance":
              {
              • "type":"integer",
              • "title":"rain_chance",
              • "description":""
              }
              ,
            • "sunrise":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunrise",
              • "description":""
              }
              ,
            • "sunset":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunset",
              • "description":""
              }
              ,
            • "additional_info":
              {
              • "type":"string",
              • "title":"additional_info",
              • "description":""
              }
              ,
            • "additional_info_split":
              {
              • "type":"string",
              • "title":"additional_info_split",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets